laravel test specific class

33

laravel test specific class -

php artisan test --filter {ClassName}::{MethodName}

//for instance
php artisan test --filter ExampleTest::test_example

Comments

Submit
0 Comments